interpreted language - определение. Что такое interpreted language
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое interpreted language - определение

PROGRAM THAT EXECUTES SOURCE CODE WITHOUT A SEPARATE COMPILATION STEP
Interpreted language; Interpreted Language; Interpreted programming language; Interpreter (computer software); Self-interpreter; Interpreter (programming); Interpreted (programming languages); Runtime interpreter; Evaluator; Metainterpreter; Interpretive language; Interpretive Languages; Interprted language; Interpreter (computer science); Interpreter computing; Interpreted computer language; Bytecode interpreter; Code interpretation; Interpretive programming language; Code interpreter; Interpreter (software); Abstract syntax tree interpreter; Compreter; Compiler-interpreter; Compiler–interpreter
  • static libraries]] are assembled into a new library or executable
  • W3sDesign Interpreter Design Pattern UML
Найдено результатов: 7658
evaluator         
<theory> Geoff Burn defines evaluators E0, E1, E2 and E3 which when applied to an expression, reduce it to varying degrees. E0 does no evaluation, E1 it evaluates to {weak head normal form} (WHNF), E2 evaluates the structure of a list, i.e. it evaluates it either to NIL or evaluates it to a CONS and then applies E2 to the second argument of the CONS. E3 evaluates the structure of a list and evaluates each element of the list to WHNF. This concept can be extended to data structures other than lists and forms the basis of the {evaluation transformer} style of strictness analysis. (1994-12-12)
Interpreter (computing)         
In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. An interpreter generally uses one of the following strategies for program execution:
Language interpretation         
  • Interpreting booths in the [[European Parliament]] where interpreters simultaneously interpret debates between the 24 official [[languages of the European Union]]
  • Nuremberg defendants]] at dock listening to simultaneous interpretation
  • operation]] to his [[servant]], who acts as an interpreter
  • Interpreting booths at a conference by the World Trade Organization 2017
  • Two sign language interpreters working for a school, 2007
  • Interpreter (left) next to Swedish filmmaker [[Johannes Nyholm]] at [[Buenos Aires International Festival of Independent Cinema]] 2019
  • Simultaneous interpreter's station (Televic Conference) at the [[European Court of Justice]]
  • [[Stéphane Brizé]] (second from the right) speaking in French in [[Buenos Aires]] in 2019. Seated to his left, the interpreter (on the extreme right) waits to translate into Spanish.
  • A US military interpreter sits with Afghan army soldiers, [[Ghazni province]].
FACILITATING OF ORAL OR SIGN-LANGUAGE COMMUNICATION BETWEEN USERS OF DIFFERENT LANGUAGES
Interpreter; Interpreter (communication); Interpreters; Interpretation (linguistics); Interpret; Interpreter (spoken language); Interperate; Simultaneous translation; Dubash; Intepreters; Misinterpretation; Interprets; Sign language interpreter; Consecutive Interpretation; Medical interpretation; Interpreting; Court Interpreter; American Sign Language Interpreting; American Sign Language interpreting; Language interpretations; Medical interpreter; Court interpreter
Interpreting is a translational activity in which one produces a first and final target-language output on the basis of a one-time exposure to an expression in a source language.
The Koran Interpreted         
ENGLISH-LANGUAGE TRANSLATION OF THE QURAN BY ARTHUR JOHN ARBERRY IN 1955
The Koran Interpreted: A Translation; Koran Interpreted; Arberry (1955)
The Koran Interpreted is a translation of the Qur'an (the Islamic religious text) by Arthur John Arberry.The Koran Interpreted, trans.
Endangered language         
LANGUAGE THAT IS AT RISK OF FALLING OUT OF USE
Endangered languages; Moribund language; Language endangerment; Endangered Language; The Rarest Language in the World; Vulnerable language; Severely endangered language; Definitely endangered language; Critically endangered language; Endangered language survey
An endangered language or moribund language is a language that is at risk of disappearing as its speakers die out or shift to speaking other languages. Language loss occurs when the language has no more native speakers and becomes a "dead language".
Nafanan language         
SENUFO LANGUAGE
Nafaara language; ISO 639:nfr; Nafaanra language; Nafana language; Fantera language; Pantera language; Nafaanra
Nafaanra (sometimes written Nafaara, pronounced ) or Nafanan is a Senufo language spoken in northwest Ghana, along the border with Ivory Coast, east of Bondoukou. It is spoken by approximately 61,000 people.
Language revitalization         
EFFORT TO PROMOTE AN ENDANGERED LANGUAGE OR REVIVE A DEAD LANGUAGE
Reversing language shift; Language activist; Language revival; Linguistic revival; Revitalized language; Language revitalisation; Linguistic revivalism; Language activism
Language revitalization, also referred to as language revival or reversing language shift, is an attempt to halt or reverse the decline of a language or to revive an extinct one.Tsunoda, Tasaku.
Sacred language         
  • United States of America]].
LANGUAGE THAT IS CULTIVATED FOR RELIGIOUS REASONS
Liturgical language; Liturgical Language; Holy language; Holy Language; Liturgical languages; Ceremonial language; Sacred languages; Ceremonial languages; Ritual language; Initiation language; Sacerdotal language; Liturgincal language
A sacred language, holy language or liturgical language is any language that is cultivated and used primarily in church service or for other religious reasons by people who speak another, primary language in their daily lives.
Spoken language         
LANGUAGE PRODUCED ORALLY
Vocal language; Expressive language; Spoken languages; Oral language; Spoken communication
A spoken language is a language produced by articulate sounds, as opposed to a written language. An oral language or vocal language is a language produced with the vocal tract, as opposed to a sign language, which is produced with the hands and face.
Fusional language         
LANGUAGE WHERE ONE KIND OF INFLECTION INDICATES MULTIPLE CHANGES OF ASPECT
Inflectional language; Inflected languages; Inflective language; Inflecting language; Fusional languages; Fusional; Inflected form; Inflecting languages; Fusional Language; Inflected language
Fusional languages or inflected languages are a type of synthetic language, distinguished from agglutinative languages by their tendency to use a single inflectional morpheme to denote multiple grammatical, syntactic, or semantic features.

Википедия

Interpreter (computing)

In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. An interpreter generally uses one of the following strategies for program execution:

  1. Parse the source code and perform its behavior directly;
  2. Translate source code into some efficient intermediate representation or object code and immediately execute that;
  3. Explicitly execute stored precompiled bytecode made by a compiler and matched with the interpreter Virtual Machine.

Early versions of Lisp programming language and minicomputer and microcomputer BASIC dialects would be examples of the first type. Perl, Raku, Python, MATLAB, and Ruby are examples of the second, while UCSD Pascal is an example of the third type. Source programs are compiled ahead of time and stored as machine independent code, which is then linked at run-time and executed by an interpreter and/or compiler (for JIT systems). Some systems, such as Smalltalk and contemporary versions of BASIC and Java may also combine two and three. Interpreters of various types have also been constructed for many languages traditionally associated with compilation, such as Algol, Fortran, Cobol, C and C++.

While interpretation and compilation are the two main means by which programming languages are implemented, they are not mutually exclusive, as most interpreting systems also perform some translation work, just like compilers. The terms "interpreted language" or "compiled language" signify that the canonical implementation of that language is an interpreter or a compiler, respectively. A high-level language is ideally an abstraction independent of particular implementations.